Skip to content

Requirements: downgrade celery #8796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 5, 2022
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Jan 4, 2022

We are getting an error, so we downgrade it to the previous version used until
we figure it out what is happening and how to solve it.

We are getting an error, so we downgrade it to the previous version used until
we figure it out what is happening and how to solve it.
@humitos humitos added the PR: hotfix Pull request applied as hotfix to release label Jan 4, 2022
@humitos humitos requested a review from a team January 4, 2022 16:28
Comment on lines +40 to +42
# See https://github.com/celery/celery/discussions/7172
kombu==5.1.0 # pyup: ignore
celery==5.1.2 # pyup: ignore
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From that post, it seems that task.register() is not enough now. We may need to dig a little more on this to figure it out what's happening.

We are registering tasks in that way here, for example:

app.tasks.register(Metrics1mTask)
app.tasks.register(Metrics5mTask)
app.tasks.register(Metrics10mTask)
app.tasks.register(Metrics30mTask)

@humitos humitos enabled auto-merge January 5, 2022 06:53
@humitos humitos disabled auto-merge January 5, 2022 07:05
@humitos humitos merged commit 64a7a31 into master Jan 5, 2022
@humitos humitos deleted the humitos/hotfix/downgrade-celery branch January 5, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: hotfix Pull request applied as hotfix to release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants